COLLISION_RANK

COLLISION_RANK Defines the priority levels for displaying colliders. The COLLISION_RANK determines which colliders are displayed when there are multiple colliders in the same space. A higher rank ensures higher visibility, and colliders with higher ranks will be displayed over lower-priority ones.

Entries

Link copied to clipboard

Medium priority to display collider. Colliders with this rank are displayed unless overridden by higher priorities.

Link copied to clipboard

High priority to display collider. Colliders with this rank are more likely to be shown over medium priority.

Link copied to clipboard

Always display collider, regardless of collisions. This rank ensures the collider is always visible.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.